Visual Basic (Declaration) | |
---|---|
Function GetExtension(Of T As TExtension)() As T |
C# | |
---|---|
T GetExtension<T>() where T: TExtension |
C++/CLI | |
---|---|
T^ GetExtensiongeneric<typename T> (); where T: TExtension |
Type Parameters
- T
- type of the current extension
Return Value
the current extensionTarget Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)